home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / Invoice & Inventory / II_ V7.38 Inventry Interface MRP / II738S.exe / PICTURE.TXT < prev    next >
Text File  |  1995-01-09  |  819b  |  30 lines

  1. _______________________________
  2.  
  3. View "Picture" Template Symbols 
  4. _______________________________
  5.  
  6.  A  Display digits for any data type  
  7.  N   "                     
  8.  X   "                                 
  9.  9   "          
  10.  #   "                                 
  11.  L  Display logicals as "T" or "F"     
  12.  Y  Display logicals as "Y" or "N"     
  13.  !  Convert alpha character to upper 
  14.  $  Display dollar sign instead of leading space in a numeric 
  15.  *  Display asterisk instead of leading space in a numeric 
  16.  .  Specify a decimal point position 
  17.  ,  Specify a comma position
  18.  
  19. ________
  20.  
  21. Examples 
  22. ________
  23.  
  24.  NUMERIC FIELDS     
  25.     -have the numbers separated by a comma ever 3 with only 2 decimals
  26.        999,999.99 CHARACTER FIELDS     
  27.     -create a template for phone numbers
  28.        999-999-9999
  29.  
  30.